home *** CD-ROM | disk | FTP | other *** search
/ American Osteopathic Ass…tion Yearbook 2005 & 2006 / American Osteopathic Association Yearbook 2005 & 2006.iso / mac / app / MacOS.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2004-07-22  |  626 b   |  20 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.3)
  3.  
  4.  
  5. def __load():
  6.     import imp
  7.     import sys
  8.     import os
  9.     for p in sys.path:
  10.         path = os.path.join(p, 'ExtensionModules/MacOS.so')
  11.         if os.path.exists(path):
  12.             break
  13.             continue
  14.     elif not 0:
  15.         raise AssertionError, 'file not found: ExtensionModules/MacOS.so'
  16.     mod = imp.load_dynamic('MacOS', path)
  17.  
  18. __load()
  19. del __load
  20.